
/*#region CommonCss */
html {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    *overflow-x: hidden !important;
    *overflow-y: scroll !important;
}

body {
    margin: 0;
    padding: 0;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 0;
    padding: 0;
}
p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.cvd-open-container {
    display: none;
}
/*#region a标签样式 */

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
        text-decoration: none;
}
/*#endregion */
img {
    border: none;
}
input,textarea{
    border: none;
    outline: none;
    resize: none;
    /* -webkit-appearance: none; */
  }
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.padding-box {
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.text-left {
    text-align: left;
    overflow: hidden;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
    box-shadow: initial!important;
}

.clearFix::before,
.clearFix::after{
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
.border-ring {
    border-radius: 100%;
}

.margin-none {
    margin: 0;
}

.margin-left-none {
    margin-left: 0;
}

.margin-right-none {
    margin-right: 0;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.padding-none {
    padding: 0;
}

.padding-left-none {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}

.padding-top-none {
    padding-top: 0;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.hide {
    display: none;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
 .center {
     width: 1200px;
     margin: 0 auto;
     height: 100%;
}
.pointer {
    cursor: pointer;
}
.bg-white {
    background: #fff;
}
.fg-white {
    color: #fff;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    text-align: center;
    display: none;
} 
.wrap{
    display:block;
    width: 100%;
    overflow: hidden;
}
.center{
    width: 1200px;
    margin: 0 auto;
}
.trans{
    -webkit-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    transition:all .6s ease-in-out;
}
.mt76{
    margin-top: 76px;
}
/*#endregion */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    transition: all ease .3s;
    z-index: 30;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,.2);
    transition-property: padding, background;
}
.borderbe{
    border-bottom:1px solid #eee; 
}
#header .content {text-align:center;width: 1200px;margin: 0 auto;height:76px;position: relative;}
#header .content img {float:none;border:none;}
#header #logo {margin-top:18px;float:left; width: 172px;}
#header ul#nav { float: left;width: auto;margin-left: 67px;}
#header ul li.navitem {
    width: auto;
    height: 76px;
    float: left;
    position: relative;transition: all 0.4s ease-out 0s;line-height: 76px;}
#header ul li.navitem a { color:#4b4b4b;display: inline-block;padding: 0 26px;transition: none ease-out .3s; transition-property: color, background, text-indent, opacity; }
#header ul li.navitem a.active, #header ul li.navitem:hover a { color: #fff;background-color: #0c1f79;display: inline-block;}
 #header ul li.navitem:hover a{background-color: #305dc3;}
#header ul li.navitem a::after {content:'';display:none;margin-top: -5px;width:30%;height:1px;background:transparent;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
#header ul li.navitem a.active::after {width:60%;background:rgba(0, 0, 0, .5);display: none;}
#header.mini { background-color: rgba(255, 255, 255, 1); padding-top:0px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
#header.mini ul li.navitem a.active:after, #header.mini ul li.navitem:hover a:after { margin-top: -5px; }
#header ul li.navitem ul.subnav { width:192px; background:#fff; border:0; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);top: 68px !important;z-index: 2;}
#header ul li.navitem ul.subnav li { border-bottom:1px solid rgba(0, 0, 0, .08); }
#header ul li.navitem ul.subnav li a { text-align:center; color: #666; width:100%; padding:14px 0; background:none; }
#header ul li.navitem ul.subnav li a i { display:none; }
#header ul li.navitem ul.subnav li a:hover { background:#fff; color:#000; text-indent:inherit; }
/* #header ul li.navitem ul.subnav li a:hover::after, #header ul li.navitem ul.subnav li a:after {display:none;} */
#header ul li.navitem ul.subnav li a:hover { background-color:#f5f5f5; }
#sitecontent {
    height: auto;
    min-height: 1000px;
}
indexPage #mslider { padding-top:80px;}
#indexPage #mslider {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

#indexPage #mslider .bx-wrapper {
    position: fixed;
    width: 100%;
}

#indexPage #mslider .bx-wrapper .bx-pager {
    bottom: 50px
}

#indexPage #mslider ul li {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#indexPage #mslider ul li a {
    display: table;
    width: 100%;
    height: 100%;
    display: table
}

#indexPage #mslider ul li div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: transparent;
}

#indexPage #mslider ul li p {
    color: #fff;
    text-align: center;
}

#indexPage #mslider ul li p.title {
    font-size: 60px;
    line-height: 70px;
    height: 70px;
    transition-delay: 0
}

#indexPage #mslider ul li p.subtitle {
    font-size: 16px;
    height: 20px;
    transition-delay: 0.2s
}

#indexPage #mslider.sliderArrow {
    display: none
}

#indexPage #mslider ul li a i {
    text-indent: 20px;
    font-size: 24px
}

#indexPage #mslider ul li p {
    transform: translateY(25px);
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    opacity: 0
}

#indexPage #mslider ul li.active p {
    transform: translateY(0px);
    opacity: 1
}

#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {
}

#indexPage .module {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    height: 100%
}

#indexPage .module:last-child {
    border: none
}

#indexPage .module .bgmask {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

#indexPage .module.bgShow {
    background-attachment: fixed
}

#indexPage .module.bgShow .bgmask {
    display: block
}

#indexPage .module .content {
    position: absolute;
    top: 50%;
    width: 100%;

}

#indexPage #mservice {
    background-color: #fff;
}

#indexPage #mservice .content {
    margin-top: -238px;
    height: 516px
}

.content .header {
    padding-bottom: 50px;
    padding-top: 80px
}

#indexPage .content .header {
    padding-top: 0
}
.search{
    width: auto;
    margin-top: 24px;
}
.search-box{
    width: auto;
}
.search-box input:first-child{
    width: 50px;
    transition: .36s ease;
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    color: #2c2d2f;
    display: none;
    background: transparent !important;
}
input:-webkit-autofill { 
    -webkit-box-shadow: 0 0 0px 1000px white inset; 
    }
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
.search-box .asearch{
    display: none;
    color: transparent;
    top: -2px;
    position: relative;
}
.search-box i{
    display: inline-block;
}
.search-box  .asearch,.search-box i{
    width: 13px;
    height: 14px;
    margin-right: 19px;
    background: url(../images/search.png);
    vertical-align: middle;
}
.toeg{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    padding-left:15px; 
}
.toeg::before{
    position: absolute;
    content: "";
    top:4px;
    left:0;
    width: 1px;
    height:10px;
    background: #818181; 
}
.footer{
    margin-top: 30px;
    font-size: 14px;
    color: #cacaca;
}
.footer-top{
    padding: 27px 0 15px 0;
    background: #333333;
}
.footer-top .footer-one{
    width: 218px;
    font-size: 13px;
    color: #999;
    overflow: hidden;
}
.footer-top .footer-one .wrap:first-child,.footer-top .footer-two div:first-child{
    font-size: 20px;
    color: #fff;
}
.footer-top .footer-one .wrap:first-child{
    width: 218px;
    margin-bottom: 5px;
    overflow: hidden;
}
.footer-top .footer-one .logo{
    margin-top: 16px;
    width: 146px;
    height: 34px;
    background: url(../images/foot-log.png);
}
.footer-top .footer-two{
    width: 486px;
    padding: 0 80px 0 87px;
    border-left:1px solid #545454;
    border-right:1px solid #545454;
    overflow: hidden;
}
.footer-top .footer-two div:first-child{
    margin-bottom: 22px;
}
.footer-top .footer-two div{
    margin-bottom: 15px;
}
.footer-top .footer-two,.footer-top .footer-one{
    margin-top: 13px;
}
.footer-top .footer-three{
    width: 282px; 
    overflow: hidden;
}
.footer-top .footer-three div:first-child{
margin-right: 33px;
}
.footer-top .footer-three div{
    width: 108px;
    height: 108;
    overflow: hidden;
}
.footer-top .footer-three img{
    width: 100%;
    margin-bottom: 9px;
    overflow: hidden;
}
.footer-bottom{
    height: 39px;
    line-height: 39px;
    background: #2a2a2a;
}
.footer-bottom .center a:hover{
    color: #fff;
}
.footer-bottom .center .left a{
    display: inline-block;
    margin-right: 36px;
}
/*首页*/
.i-banner{
    width: 100%;
    height: 741px;
    overflow: hidden;
}
.i-banner #firstSwiper{
   width: 100%;
   height: 586px;
   overflow: hidden; 
}
.content_list{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: -95px;
    z-index: 2;
}
.content_list .serviceitem{
    width: 400px;
    height: 250px;
    overflow: hidden;
    background-color: #305DC3;
    transition: all 0.3s ease-out 0s;
}

.content_list .serviceitem:hover{
  margin-top: -15px;
}
.i-lines{
    width: 10px;
    height: 10px;
    margin: 0 auto; 
    margin-top:25px;
    background: #49c025;
}
.i-lines::after,.i-lines::before{
    position: absolute;
    top: 3px;
    content: "";
    width: 372px;
    height: 1px;
    background: #e5e5e5;
}
.i-lines::after{
   left: 40px;
}
.i-lines::before{
    right: 40px;
 }
 .iproduct-list{
     height: 403px;
     margin-top: 55px;
 }
 .iproduct-list li:hover{
    box-shadow: 0px 7px 17px #dedede;
 }
 .project_info{
    transition: all ease-out .3s;   
 }
 /* .iproduct-list li:hover .project_info p{
    margin-left: 15px;
    margin-right: 15px;
 } */
 .projectitem {
   float: left;
    position: relative;
    transition: all ease-out .3s;
    width: 380px;
    height: 395px;
    margin: 0 30px 25px 0;
}
.projectitem .project_img{
    height: 248px;
}
.projectitem .project_img img{
    transition: all 0.8s;
}
.product{
    height: auto;
    margin-top: 47px;
    overflow: hidden;
}
.product li:nth-child(3n){
    margin-right: 0;
}
.pro-table {
    webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.pro-table a{
    position: relative;
    display: inline-block;
    width: auto;
    padding: 16px 118px;
    color: #777;
    font-size: 16px;
}
.pro-table a.active{
    color:#294da0;
}
.pro-table a.active .line{
    display: block;
}
.fiexd-76{
    position: fixed;
    top: 76px;
    z-index: 33;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.pro-table a .line{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
    display: none;
    width: 22px;
    height: 2px;
    background:#294da0;
    transition: all ease .1s;
}
.bf-00{
    background: #fff;
    border-bottom: 1px solid #eee;
}
.pro-table a:hover{
    color:#294da0;  
}
.pro-table a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    width: 1px;
    background: #f5f5f5;
    display: inline-block;
}
.pro-table a:last-child::after{
    content:'';
   width: 0;
   height: 0;
}
.product .projectitem{
    height: 372px;
}
.product .project_img{
    height: 283px;
}
.product .project_info{
    padding: 32px 0;
}
.product li:hover {
    box-shadow: inherit;
}
.product li:hover  .project_info{
    background: #294da0;
}
.product li:hover  .project_info .title{
    color: #fff;
}
.product li:hover  .project_info p:last-child{
    color: #e0e3ee;
}
.product .project_info .title{
    margin-top: 0;
    margin-bottom: 11px;
}
/* .projectitem:nth-child(3n){
 margin-right: 0;
} */
.project_info {
    transition: all ease-out .3s;
    padding: 0 14px;
    width: auto;
}
.project_info .title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    margin-top: 11px;
    transition: all ease-out .3s;
}
.iproduct-list .projectitem:hover img,.horai .swiper-slide .item:hover img,.system-list li .img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.description {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    height: 40px;
    margin-top: 21px;
    overflow: hidden;
    transition: all ease-out .3s;
}
.i-more{
    box-shadow: 0 2px 12px #e2e2e2;
    border: #ddd 0px solid;
    background: rgba(255,255,255,.0);
    width: 150px;
    height: 37px;
    display: block;
    margin: 40px auto 50px;
    line-height: 37px;
    font-size: 14px;
    color: #aba8a8;
    text-indent: 9px;
    border-radius: 0px;
    transition: all ease-out .3s;
    background-color: #fff;
}
.i-more::after {
    transition: all 0.4s ease-out 0s;
    content: ' ';
    width: 37px;
    display: block;
    float: right;
    height: 37px;
    background: url(http://resources.jsmo.xin/templates/upload/1362/images/jiantou2.png) no-repeat -55px -63px;
    background-color: #383838;
}
.iproduct-box .i-more:hover::after,.inews-box .i-more:hover::after{background-color: #49c025;}
.iproduct-box .i-more:hover,.inews-box .i-more:hover{ color: #525252;text-indent: 36px;box-shadow: 0px 7px 15px #dedede;}
.bgfa{
    background: #fafafa;
}
.partener-list{
    width: 100%;
    margin:41px 0 115px 0; 
    overflow: hidden;
}
.partener-list li{
  float: left;
  width: 220px;
  margin-right: 25px;
  font-size: 14px;
  color: #777;
  overflow: hidden;
}
.partener-list li:nth-child(2){
    animation-delay: 0.1s;
}
.partener-list li:nth-child(3){
    animation-delay: 0.2s;
}
.partener-list li:nth-child(4){
    animation-delay: 0.3s;
}
.partener-list li:nth-child(5){
    animation-delay: 0.4s;
}
.partener-list li .img{
    height: 126px;
    margin-bottom: 26px;
}
.i-video{
    height: 527px;
    color: #fff;
}
.i-video .btn{
 width: 107px;
 height: 107px;
 border-radius: 100%;
 background: transparent;
 margin: 0 auto;
 margin-top: 165px;
}
.i-video p{
  font-size: 25px;
  margin-top: 41px;
}
.i-video p:last-child{
    font-size: 30px;
    margin-top: 26px;
  }
  .i-about{
      height: 668px;
  }
  .i-about .one{
    width: 1200px;
    margin: 0 auto;
    background-color: #305dc3;
    height: 397px;
    margin-top: 152px;
    position: relative;
  }
  .i-about .one .header {
    float: left;
    text-align: left;
    margin-top: 47px;
    margin-left: 563px;
    padding-bottom: 0px;
    margin-bottom: 35px;
}
.header .title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.header .title>span{
    display: inline-block;
    margin-left: 17px;
    font-size: 16px;
}
.header .line{
 margin-top: 16px;
 width: 33px;
 height: 2px;
 background: #49c025;
}
.i-about .one  .description {
    width: 542px;
    text-align: left;
    height: auto;
    float: right;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 24px;
    overflow: hidden;
    margin: 0px 98px;
}
.i-about .one  .wowmore {
    display: block;
    position: absolute;
    width: 159px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: #ccc 1px solid;
    background-color: transparent;
    top: 280px;
    left: 558px;
    font-size: 14px;
    color: #fff;
    z-index: 244;
}
.i-about .one  .fimg {
    width: 481px;
    height: 428px;
    position: relative;
    top: -67px;
    margin-left: 30px;
}
/*联系我们*/
.mt82{
    margin-top: 82px;
}
.mas-title .title{
    font-size: 22px;
    color: #333;
}
.mas-title .en-title{
    margin-top: 6px;
    font-size: 13px;
    color: #999;
}
.mas-title .line{
    width: 26px;
    height: 3px;
    background: #229f3f;
    margin: 0 auto;
    margin-top: 13px;
}
.contact-box{
    padding: 27px 0 0 0;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
}
.contact-box:last-child{
    border-bottom:none;
}
.contact-box>div{
    float: left;
    width: 20%;
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
}
.contact-box>div>div{
    margin-bottom: 15px;
    line-height: 25px;
}
.BMap_bubble_content a:hover{
    color: #15ab47;
}
.height35{
    height: 350px !important;
}
.contact-box div .title{
    margin-bottom: 0;
    font-size: 16px;
    color: #595959;
}
.contact-box div .en-title{
    color: #bbb;
    margin-bottom: 0;
    line-height: inherit;
    margin-top: -2px;
    margin-bottom: 3px;
}
#map{
    width: 100%;
    height: 377px;
}
.news-banner{
    height: 470px;
}
.mt69{
    margin-top: 69px;
}
.mt42{
    margin-top: 26px;
}
.mt39{
    margin-top: 39px;
}
 #newslist {
   margin-top: 53px; 
}

#newslist .news_wrapper {
    opacity: 1;
    background-color: transparent;
}

#newslist .newstitem .news_wrapper {
    position: relative;
    transform: none;
    width: 100%;
}

 #newslist .newstitem {
    height: 190px;
}

#newslist .newstitem .newsimg {
    display: block;
    width: 320px;
    height: 176px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem.right a.newscontent .newsimg {
    left: 0;
}

#newslist .newstitem.right a.newscontent {
    padding-right: 0px;
    position: relative;
}

 #newslist .newstitem .newsbody p.title {
    display: block;
    color: #555;
    text-align: left;
    font-size: 18px;
    margin-bottom: 25px;
    transition: all 0.6s ease 0s;
}

 #newslist .newstitem .newsbody .date {
    padding: 0;
    position: absolute;
    top: 144px;
    color: #c8c8c8;
    margin-left: 40px;
}

#newslist .newsbody .description {
    color: #999;
    text-align: left;
    width: 75%;
    height: 50px;
    line-height: 26px;
    padding: 0;
    transition: all 0.6s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

 #newslist .newsbody {
    width: 841px;
    float: left;
    padding-top: 5px;
    margin-left: 352px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newsbody .date {
    font-weight: 100;
}

#newslist .newsbody .date:after {
    display: block;
    content: '/';
    clear: both;
    position: absolute;
    left: 1px;
    margin: 0 0px;
}

#newslist .newsbody .date .year {
    font-size: 14px;
    margin-left: -40px;
    color: #898989;
    float: left;
}

 #newslist .newstitem .newsbody .date .md {
    margin-left: 13px;
    color: #898989;
    font-size: 14px;
    display: block;
    float: right;
}

 #newslist .newstitem {
    width: 100%;
    height: 190px;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

#newslist .newstitem .newsbody .date .md span {
    display: none;
}

 #newslist .newstitem:last-child {
    border-bottom: none;
}

 #newslist .newstitem a:hover .newsbody::after {
    color: #bcb8b8;
}

 #newslist .newstitem:hover .newsbody .description,
#newslist .newstitem:hover .newsbody .title {
    /* margin-left: 15px; */
}

 #newslist .newstitem:hover .newsbody::after {
    background: url(../images/icon.png) -165px 0 no-repeat;
    margin-right: -15px;
}

 #newslist .newstitem .newsbody::after {
    content: 'MORE';
    width: 105px;
    height: 40px;
    padding-left: 45px;
    line-height: 40px;
    display: block;
    text-align: left;
    margin-top: -43px;
    color: #727272;
    border-left: 1px solid rgba(0, 0, 0, .08);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-size: 16px;
    background: url(../images/icon.png) -165px 0 no-repeat;
    float: right;
    border-top: none;
    margin-right: 0px;
}
.p-table {
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
}
.p-table a {
    display: inline-block;
    margin-left: 10px;
}
.p-table span.check ,.p-table a:hover span{
    background: #15ab47;
    color: #fff;
    border:1px solid #15ab47 ;
}
.p-table span {
    display: inline-block;
    width: 113px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: #999;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease-out 0s;
}
.product-bg{
    height: 610px;
}
.tec-text{
    width: 100%;
    height: 538px;
    margin: 20px 0 25px 0;
    background: url(../images/tec-text.jpg) center no-repeat;
    overflow: hidden;
}
 .wd540{
   width: 540px;
   font-size: 15px;
   color: #fff;
   margin-top: 123px;
}
 .wd540 .title{
 font-size: 30px;
 }
.wd540 .en-title{
     margin-top: 12px;
    font-size: 16px;
    color: #a0a4a8;
    }
 .wd540 .line{
      width: 26px;
      height: 2px;
      margin-top: 16px;
      background: #15ab47;
       }
 .wd540 p{
        margin-top: 24px;
        line-height: 36px;
      }

      .tec-master>div{
        width: 50%;
        height: 468px;
        background: #eee;
        overflow: hidden;
    }

    .tec-master>div.left50 .wd540.mt120{margin-top: 151px;}
    .tec-master>div.left50 .wd540{
      width: 456px;
      margin: 0 auto;
      margin-top: 20px;
      font-size: 14px;
      color: #666;
    }  
    .tec-master>div.left50 .wd540 .title{
        color: #333;
      }
      .gutter {
          margin-top: 50px;
          margin-bottom: 124px;
      }
      .gutter>li{
          position: relative;
       width: 33.3%;
       float: left;
       overflow: hidden;
    }
     .gutter .item_block .item_img,
     .gutter .item_block .item_wrapper{padding-bottom:59.333%;position: relative;z-index:5;background: #fff;}
     .gutter .item_block .item_wrapper{ border: 1px solid #efefef;border: 1px solid #efefef;box-sizing: border-box;transition: all ease-out .3s;}
     .gutter .item_block .item_img{ position: relative;z-index: 2}
     .gutter .item_block .item_info{ position: absolute;top:50%;transform: translateY(-50%);width:74%;padding: 0 13%; }
     .gutter .item_block .item_info .title{font-size: 20px; color: #2a2a2a;transition: all ease-out .3s;}
     .gutter .item_block .item_info .description{font-size: 14px; color: #919191;line-height:26px; margin-top: 20px; height: 104px; overflow: hidden;transition: all ease-out .3s; }
     .gutter .triangle_icon{ width: 0;  height: 0;  border-top: 10px solid #305dc3;  border-right: 10px solid transparent;  border-left: 10px solid transparent;position: absolute;left: 50%; margin-left: -5px; top:50%;z-index:4;transition: all ease-out .3s; margin-top:-10px}
     .gutter .triangle_icon.icon_top{border-top:0; border-bottom: 10px solid #305dc3; transition: all ease-out .3s; margin-top: 0;}
          /*:hover*/
         .gutter .item_block:hover .content {box-shadow: 0 7px 15px rgba(0,0,0,0);  }
         .gutter .item_block:hover .item_wrapper{background:#305dc3; border-color:#305dc3;  }
         .gutter .item_block:hover .item_info .title,
         .gutter .item_block:hover .item_info .description{color: #fff;}
         .gutter .item_block:hover .triangle_icon{border-top-color:#305dc3;margin-top:0px; }
         .gutter .item_block:hover .triangle_icon.icon_top{border-bottom-color:#305dc3;margin-top:-10px;}
      
      /*brandstory*/ 

    .mt56{
        margin-top: 56px;
    }
.stores_page{
    margin: 30px 0 60px 0;
    text-align: center;
}
 .stores_page span,
 .stores_page ul
{
    display: inline-block;
}
.stores_page ul{
    vertical-align: bottom;
}
 .stores_page .firstPage{
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
 .stores_page .prevPage,
 .stores_page .nextPage{
    width: 80px;
}
.stores_page .prevPage, .stores_page .nextPage,.stores_page ul li{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    cursor: pointer;
}
.stores_page ul li{
    float: left;
    width: 36px;
    border:1px solid #eee;
}
 .stores_page ul li.active{
    background-color: #15ab47;
    border: none;
    color: #fff;
}
.stores_page ul li a{
    display: block;
}
.label{
    padding:20px 0;
    font-size: 14px;
    color: #999;
    background: #fafafa;
}
.label a {
    color: #999;
    margin-right: 5px;
}
.label span {
    padding: 20px 0;
    overflow: hidden;
    color: #666;
}
.travel-de{
    width: 1200px;
    margin-bottom: 38px;
    overflow: hidden;
    background: #fff;
}
.travel-de .title{
    padding: 32px 0 14px 0;
    border-bottom: 1px solid #eee;
}
.travel-de h1{
   font-size: 28px;
   color: #31424e;
   margin: 0;
   font-weight: normal;
}
.travel-de .writer{
   margin-top: 23px;
   font-size: 12px;
   color: #999;
}
.travel-de .writer span{
  display: inline-block;
  margin: 0 17px;
}
.travel-de .content{
   margin-top: 26px;
   padding-bottom: 37px;
   border-bottom: 1px solid #eee;
}
.travel-de .content a{
 color: #0073b6;
text-decoration: underline;
}
.travel-de .content p{
   margin-bottom: 26px;
}
.travel-de .content,.travel-de .content p{
 font-size: 15px;
 color: #666;
}
.travel-de .content p{
    line-height:32px;
}
.travel-de .content img{
    max-width: 820px!important;
    height: auto!important;
    display: block;
    margin: 0 auto 5px;
}
.fy-page{
   padding: 27px 0;
   overflow: hidden;
}
.fy-page a{
   display:block;
   width: 50%;
   line-height: 24px;
   font-size: 14px;
   color: #999;
   overflow: hidden;
}
.travel-ta{
   width: 310px;
   padding-top:76px;
   overflow: hidden;
}
.travel-ta .title{
   font-size: 16px;
   color: #666;
   padding-bottom: 15px;
   border-bottom: 1px solid #eee;
}
.travel-ta .title span{
  display: block;
  font-size: 12px;
  color: #999;
}
.travel-ta .title span i{
   display: inline-block;
   width: 17px;
   height: 16px;
   margin-right: 9px;
   vertical-align: middle;
  background: url(../images/change.png);
}
.travel-ta .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 64px;
    height:2px;
    background: #fdd100;
}
.trav-list>li{
 margin-top: 26px;
}
.trav-list>li .img{
   width: 137px;
   height: 85px;
   overflow: hidden;
  }
  .trav-list>li .text-box{
    font-size: 14px;
    color: #474747;
  }
  .trav-list>li .text{
   width: 157px;
   height: 48px;
   line-height: 22px;
   overflow: hidden;
  }
  .trav-list>li .look{
      margin-top: 21px;
   font-size: 12px;
   color: #b6b6b6;
  }
  .trav-list>li .look i{
 display: inline-block;
  width: 17px;
  height: 11px;
  margin-right: 6px;
  background: url(../images/look.png);
  vertical-align: middle;
  }
  .list-mobel{
    margin-bottom: 35px;
}
.list-mobel li{
    width:205px;
    height:158px;
    float:left;
    margin-right: 6px;
    position: relative;
}
.list-mobel li a{
    display: block;
    width:100%;
    height:158px;
    color:#333333;
}
.list-mobel li a:hover {
    background: #d6b991;
    color:#fff;
}
.icon-o a:hover i{
    background-position: 0px 0px!important;
}
.icon-t a:hover i{
    background-position: 0px -45px!important;
}
.icon-th a:hover i{
    background-position: 0px -93px!important;
}
.icon-f a:hover i{
    background-position: 0px -140px!important;
}
.icon-fi a:hover i{
    background-position: 0px -178px!important;
}
.list-mobel li i{
    display: block;
}
.list-mobel li i{
    background: url("../images/sprte.png");
    background-position: 0px 0px;
}

.list-mobel li.icon-o i{
    width:48px;
    height:44px;
    background-position: -58px 0px;
    margin: 43px 0px 0px 73px;
    float:left;
}
.list-mobel li.cus.icon-o i{
    background-position: 0px 0px;
}

.list-mobel li.icon-t i{
    width: 62px;
    height:48px;;
    background-position:-61px -44px;
    margin: 36px 0px 0px 70px;
    float:left;
}
.list-mobel li.cus.icon-t i{
    background-position: 0px -45px;
}
.list-mobel li.icon-th i{
    width:47px;
    height:47px;
    background-position: -58px -94px;
    margin: 42px 0px 0px 74px;
    float:left;
}
.list-mobel li.cus.icon-th i{
    background-position: 0px -93px;
}
.list-mobel li.icon-f i{
    width:37px;
    height:38px;
    background-position: -58px -140px;
    margin: 48px 0px 0px 64px;
    float:left;
}
.list-mobel li.cus.icon-f i{
    background-position: 0px -140px;
}
.icon-f p{
    left:58px!important;
}
.list-mobel li.icon-fi i{
    width:54px;
    height:50px;
    background-position: -58px -178px;
    margin:37px 0px 0px 68px;
    float:left;
}
.list-mobel li.cus.icon-fi i{
    background-position: 0px -178px;
}
.icon-fi,.icon-th{
    width: 190px !important;
}
.icon-f{
    width: 180px !important;
}
.cus a{
    background: #d6b991;
    color:#fff;
}
.cus a p{
    color:#fff;
}
.mobel{
    overflow: visible;
}
.list-mobel li p{
    position:absolute;
    bottom:38px;
    font-size: 14px;
    line-height: 14px;
    left:70px;

}
.leftsay{
    float:left;
    width:827px;
    line-height: 24px;
    color:#333333;
}
.data-say{
    float:right;
    margin-top: -4px;
}
.sclider{
    float:left;
    margin: 97px 0px 56px 0px;
    width:100%;
    border-top:1px solid #F2F2F2;
}
.incse {
    width: 200px;
    height: 2px;
    background: #949597;
}
.a-number{
    background: #f7f7f7;
}
.a-number ul {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1;
    overflow: hidden;
}
.a-number ul li {
    float: left;
    padding: 50px 0;
    color: #00a546;
    text-align: center;
    position: relative;
    width: 300px;
}
.a-number ul li p {
    font-size: 40px;
}
.a-number ul li span.absolute {
    display: block;
    position: absolute;
    top: 51px;
    right: 124px;
}
.a-number ul li span.absolute.right46{
    right: 104px;
}
.a-number ul li span.absolute.right20{
    right: 116px;
}
.a-number ul li span {
    font-size: 12px;
}
.bgblue{
    background: #294da0;
}
.a-parent{
    width: 1202px;
    margin: 0 auto;
    margin-top: 46px;
    margin-bottom: 74px;
    overflow: hidden;
}
.colorf{
    color: #fff !important;
}
.mt54{
 margin-top: 54px;
}
.cult{
    margin: 10px 0 33px 0;
}
.cult .item{
float: left;
width: 285px;
height: 516px;
margin-right: 20px;
color: #fff;
font-size: 15px;
}
.cult .item p{
    margin-left: 20px;
}
.cult .item p:first-child{
  margin: 409px 0 10px 20px;
  font-size: 20px;
 }
.cult .item1{
    margin-top: 54px;
  background: url(../images/cult-1.jpg);
 }
 .cult .item2{
    margin-top: 98px;
    background: url(../images/cult-2.jpg);
    animation-delay: .3s;
   }
   .cult .item3{
    margin-top: 54px;
    background: url(../images/cult-3.jpg);
    animation-delay: .5s;
   }
   .cult .item4{
    background: url(../images/cult-4.jpg);
    animation-delay: .7s;
   }
 .a-top{
     height: 502px;
     margin: 31px 0 93px 0;
     background: url(../images/a-top.jpg) center no-repeat;
 }
 .a-bottom{
    height: 534px;
    background: url(../images/a-bottom.jpg) center no-repeat;
}
.bgf{
    background:transparent !important;
}
.a-video{
    position: absolute;
    top:0;
    right: 0px;
    width: 700px;
    height: 534px;
    background: transparent;
}
.a-ry{
    height: 990px;
    background: url(../images/hary.jpg);
}
.bg-wriht{
    margin-top: 84px;
    background: #fff;
    height: 824px;
}
#system{
    height: 540px;
}
.system-list{
    margin-top: 46px;
    height: 406px !important;
}
.system-list li{
    width: 100%;
    overflow: hidden;
}
.system-list li .img{
    float: left;
    width: 290px;
    height: 406px;
    margin-right: 10px;
    border: 8px solid #eee;
    overflow: hidden;
}
.mtp76{
    z-index: -1; 
    margin-top: 76px;
}
.pro-box{
background: #fff;
}
.pt42{
    padding-top: 26px;
}
#system .pagination, .horai .pagination {
    position: relative;
    text-align: center;
    margin-top: 43px;
    margin-bottom: 42px;
  }
  #system .pagination{
    position: absolute;
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
  #firstSwiper .pagination{
      position: absolute;
      right: 63px;
      top: 56%;
      width: 10px;
      z-index: 57;
  }
  #system .swiper-pagination-switch, .horai .swiper-pagination-switch, #firstSwiper .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #d4d4d4;
    margin-right: 17px;
    cursor: pointer;
  }
  #system .swiper-active-switch,  .horai .swiper-active-switch, #firstSwiper .swiper-active-switch {
    background: #15ab47;
  }
 
.horai  .swiper-container{
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.horai{
    width: 1120px;
    margin: 0 auto;
    display: none; 
    transition: all 0.3s ease-out 0s;
  margin-top: 40px !important;
}
.block{
  display: block;
}
.horai .swiper-slide,.horai .swiper-wrapper{
    height: 500px !important;
    overflow: hidden;
}
.horai .swiper-slide .item{
    float: left;
  text-align: center;
  font-size: 15px;
  color: #333;
  width: 265px;
  margin-right: 20px;
  height: 249px;
}
.horai .pagination{
    margin-top: 0 !important;
}
.horai .swiper-slide .item .img{
    display: block;
    width: 100%;
    height: 178px;
    margin-bottom: 21px;
    overflow: hidden;
    border:5px solid #fff;
    box-shadow:0 0 10px rgba(19, 22, 51, .13);
    overflow: hidden;
  
}
.horai .swiper-slide .item .img img,.system-list li .img img{
    transition: all 0.8s;
}
.border-top{
    border-top: 1px solid #eee;
}
.border-bottom{
    border-bottom: 1px solid #eee;
}
.product_detail table{ width:738px; border-collapse:collapse;margin-bottom:30px;}
.product_detail table th,td{ border:#e9e9e9 solid 1px}
.product_detail table th{ line-height:2.5em;background:#f7f7f7; text-align:right; padding:0 5px; width:13%}
.product_detail table td{ padding:5px}
.pd28{
    padding: 28px 0;
}
.d-img{
    width: 617px;
    height: 513px;
    overflow: hidden;
    background: #f7f7f7;
}
.d-text{
    width: 457px;
    margin-top: 58px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.d-text h1{
     font-weight: normal;
    font-size: 27px;
    color: #333;
}
.d-text .fbt{
  margin-top: 12px;
   color: #999;
}
.d-text  .dde{
    margin-top: 28px;
}
.d-text  .dde p{
    margin-bottom: 24px;
    line-height: 24px;
}
.d-img a{
    width: 617px;
    height: 513px; 
}
.d-img .pagination{
    position: absolute;
    width: 100%;
    bottom: 40px;
    text-align: center;
}
.d-img .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c6c6c6;
    margin-right: 17px;
    cursor: pointer;
}
.d-img .swiper-active-switch {
    background: #294da0;
}
.prev,.next{
    position: absolute;
    z-index: 22;
    top:45%;
    width:31px;
}
.prev{
    left: 0;
}
.next{
    right: 0;
}
.about-tj{
    margin: 78px 0 20px 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.about-cp{
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background:#fafafa;
    color: #797474;
    font-size:14px;
    margin-right:20px;
}
/*侧边栏*/
.fixedBox{position:fixed;bottom:50px;right:20px;z-index:999;width:48px;}
.fixedBox li{position:relative;float:left;width:48px;height: 47px}
.fixedBox li .icon{display:inline-block;background:url(../images/fixedBoxBg.png) no-repeat 0 0;width:48px;}

.fixedBox .bdsq,.fixedBox .tel,.fixedBox .wechat{height: 47px}
.fixedBox .bdsq .icon,.fixedBox .tel .icon,.fixedBox .wechat .icon{height: 47px}

.fixedBox .back{height: 48px}
.fixedBox .back .icon{height: 48px}

.fixedBox li.bdsq .icon{background-position:0 0}
.fixedBox li.bdsq .icon:hover{background-position:-48px 0}

.fixedBox li.tel .icon{background-position:0 -47px}
.fixedBox li.tel .icon:hover{background-position:-48px -47px}

.fixedBox li.wechat .icon{background-position:0 -94px}
.fixedBox li.wechat .icon:hover{background-position:-48px -94px}

.fixedBox li.back .icon{background-position:0 -141px}
.fixedBox li.back .icon:hover{background-position:-48px -141px}

.fixedBox li .link{position:absolute;right:60px;top:0;padding:1px 7px 1px 1px;overflow:hidden;zoom:1;cursor:pointer;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;display:none}
.fixedBox li .link a img{vertical-align:middle}
.fixedBox li .link a:hover{color:#33a9e4}
.fixedBox li.on .backPop{display:block}

.fixedBox .wechat .link{width:114px;height: 133px;background:url(../images/fixedBoxBg.png) no-repeat -96px -48px;}

.fixedBox .bdsq .link,.fixedBox .tel .link,.fixedBox .back .link{width:154px;height:46px;line-height:46px;background:url(../images/fixedBoxBg.png) no-repeat -96px 0;}
.fixedBox .bdsq .link a,.fixedBox .tel .link a,.fixedBox .back .link a{display:inline-block;float:left;text-align:center;width:50%;height:46px;line-height:46px;color:#666;transition:color 0.3s ease-out 0s;-moz-transition:color 0.3s ease-out 0s;
-webkit-transition:color 0.3s ease-out 0s;-o-transition:color 0.3s ease-out 0s;vertical-align:middle}
/* .fixedBox .bdsq .link{width: 115px;height: 187px; margin-right: -16px;border-left: 1px #dddfe1 solid;white-space: nowrap;background:url(images/bdsqlink.png) no-repeat -54px 0;z-index: 99;} */
/* .fixedBox .bdsq .link a{width: 100px;} */
.fixedBox .bdsq .link {
    width: 114px;
    height: 133px;
    background: url(../images/fixedBoxBg.png) no-repeat -96px -181px;
}
#videoPage{width:1280px;height:546px;max-width:1280px;min-width:0;min-height:546px}
#videoPage .video{width:100%;    height: 546px;
    overflow: hidden;}